; (C) Copyright 1995 John Hughes. All Rights Reserved.
;
(if (< (/ (getversion) 65536) 37) ;if this is < OS2.04
(
(message "\n\nSorry, PointerEyes 3.x requires AmigaDos 2.0 or greater.")
(exit (quiet))
)
)
(if (> (/ (getversion) 65536) 38) ;if this is > OS2.1
(message "\n\nSince you have AmigaDos 3.0 or greater, you may want to install PointerEyes 4.x. It takes advantage of the datatypes.library, and allows you to customize the eye images.")
)
(set mode
(askchoice
(prompt @app-name)
(help @askchoice-help)
(choices "Install" "Remove")
)
)
(if mode
(set pmode "Remove")
(set pmode "Install")
)
; GET INSTALL DIRECTORY
(set installdir
(askdir
(prompt "Where do you want to put the PointerEyes executable?")